From 9df8a8b98fad91947e25d208ae63f9247bbdf2ea Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 7 Jan 2007 21:24:10 +0000 Subject: [PATCH] Fix build with enabled CLICKMAP. --- tiger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tiger.c b/tiger.c index 364e548a0..4b0ae8385 100644 --- a/tiger.c +++ b/tiger.c @@ -53,7 +53,7 @@ static double thresh_days; * the projection transformations. Some trig geek can finish that. */ #if CLICKMAP -static FILE *linkf; +static gbfile *linkf; static char *clickmap = NULL; #endif @@ -259,7 +259,7 @@ data_write(void) gbfclose(urlf); #if CLICKMAP if (clickmap) { - linkf = gbfopen(clickmap, "w", MY NAME); + linkf = gbfopen(clickmap, "w", MYNAME); gbfprintf(linkf, "\n"); waypt_disp_all(map_plot); gbfprintf(linkf, "\n"); -- 2.30.2